home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 1372.ZIP / PXL.ARC / XXL.HDR < prev   
Text File  |  1988-07-30  |  2KB  |  46 lines

  1. This is a sample header file.  Normally, of course, you don't fill a PXL.HDR
  2.    file with extra blank lines and all manner of uninstructive commentary.
  3.    Nevertheless, this is a working header file.  Change its name to PXL.HDR,
  4.    and the commands below will do their job.  Try it and see.  All this is
  5.    fully explained in the DOC file.
  6.  
  7. {.H2C Printed: .Pt, .Pd} <- Time & Date of printout in center of 2nd line
  8.  
  9. {.H1L File name: .Fn}   {.H1R Written: .Ft on .Fd}   <-Note: 2 commands can
  10.     be on the same line.  Note also that the order of the commands need not
  11.     match the order of the lines.
  12.  
  13. {.H2L Copytripe .Id}           <--Ornaments for line 2 of page 1. Your ID
  14. {.H2R Reg. Penna. Dept. Agr.}  will be in it if you've made a PXL.ID file.
  15.  
  16. {.H3L Pat. Pending}            <--More ornaments for page 1.
  17. {.H3R Not kosher for Passover}
  18.  
  19. {.H2N} {.H3N} <--These will cancel the line 2 & line 3 ornaments above,
  20.               but only for pages after 1.  First spec for a given segment
  21.               is used in first page.  2nd spec for the segment won't be
  22.               used until 2nd page.  Subsequent specs in PXL.HDR will wipe
  23.               out previous ones for page 2 ff.  Thus:
  24.  
  25. {.H1R Yoo hoo!} <--This changes the right side (only) of the first line but,
  26.                 again, only for pages after the first.  Unless you delete the
  27.                 NEXT command, however, you'll never see this one, because:
  28.  
  29. {.H1R Page #}   <--This changes the right side of the 1st line again.  It
  30.                 won't do anything to the first page, but it will intercept
  31.                 "Yoo hoo!" and keep it off the later pages.
  32.  
  33. Notice that in a PXL.HDR file everything NOT in braces is a comment.  You
  34.     can have things in {braces}, too so long as they don't start with the
  35.     .H symbol right after the opening brace.  You'll notice that I have to
  36.     pussyfoot in order to avoid actually putting a header instruction into
  37.     this paragraph by mistake.
  38.  
  39. Here's a stinker: {. HPL22} as long as the extra space is in it, it won't
  40.     do anything, but if you delete that space, this command will set PXL
  41.     printing 22 lines per page.  HPL makes no distinction between "1st" and
  42.     "subsequent" pages.  If you put more than one HPL command in PXL.HDR,
  43.     only the last one will have effect.  In the body of the text, of course,
  44.     an HPL would take effect whenever it's found and stay until another is
  45.     found.
  46.